home *** CD-ROM | disk | FTP | other *** search
- global glineoffset, gSelLine, gColor
-
- on mouseDown
- set mouseloc to (getAt(clickLoc(), 2) - 95) / 12
- if mouseloc < 1 then
- exit
- end if
- if line mouseloc of the text of cast 34 <> EMPTY then
- set gSelLine to mouseloc + glineoffset
- set the foreColor of cast 34 to getAt(gColor, 4)
- set the foreColor of line mouseloc of cast 34 to getAt(gColor, 5)
- drawkeywords(gSelLine)
- end if
- end
-